home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / lib / pcosbind.zoo / source.zoo / pgetegid.s < prev    next >
Encoding:
Text File  |  1992-09-20  |  162 b   |  11 lines

  1. ;int Pgetegid( void );                        /* GEMDOS 0x139 */
  2.  
  3. .export Pgetegid
  4. Pgetegid:
  5. move.l a2,-(sp)
  6. move.w #$139,-(sp)
  7. trap #1
  8. addq.l #2,sp
  9. movea.l (sp)+,a2
  10. rts
  11.